home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Internet / New Sherlock Channels / Mega Channels 1.02 / General Search / magellan.src < prev    next >
Encoding:
Text File  |  1999-11-11  |  637 b   |  32 lines

  1. #
  2. # The totally unofficial Magellan plug-in.
  3. # http://www.teamdraw.com/raul
  4.  
  5. <search
  6.     name = "Magellan"
  7.     action = "http://www.mckinley.com/search.gw"
  8.     update = "http://www.teamdraw.com/raul/stuff/magellan.src.hqx"
  9.  description = "Searches the Magellan site."
  10.     method = get
  11.     >
  12.  
  13. <input name = "search" user>
  14. <input name="c" value="web">
  15. <input name="look" value="magellan">
  16.  
  17. <interpret
  18.  
  19.     bannerStart="<!-- Ad Start -->"
  20.     bannerEnd="<!-- Ad Stop -->"
  21.     
  22.     resultListStart = "<!--search results-->"
  23.     resultListEnd = "</FORM>"    
  24.     
  25.     resultItemStart = "<HR>"
  26.     resultItemEnd = "</A></I>"
  27.     
  28.         relevanceStart="<B>"
  29.  relevanceEnd="%</B>"
  30.     >
  31. </search>
  32.